home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 1
/
Cream of the Crop 1.iso
/
COMM
/
TAG160.ARJ
/
TAGFILE.SLT
< prev
next >
Wrap
Text File
|
1992-03-02
|
878b
|
20 lines
// ________________________________________________________________________
// | |
// | A Sample Script file for use with Telix |
// | |
// | This script will simply execute TagFile, from there you will have |
// | complete control of all aspects of running TagFile. |
// |________________________________________________________________________|
//
// Very simple yet it really helps. now if you execute this script from
// Telix, it should do the trick. Simply define the keystroke you wish to
// use and then when prompeted for what to execute type "@ TAGFILE" (without
// the quotes of course ).
//
main()
{
dos("Tagfile c:\tagfile\dgs.def",0);
}